home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0165.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  9.5 KB  |  259 lines

  1. Whats going on...?
  2.  
  3. After spending lots of hours to get winsock programs to work (Gopher, 
  4. Cello, Mosaic) I get conncetion timeout.
  5.  
  6. I'm running W4W 3.11, with standard Microsoft configuration connectet 
  7. to HP-lan (on HP 9000/817).
  8.  
  9. Also trying Trumpet winsock with winpkt, same there.
  10.  
  11. If I ping from my PC, I get no packet back (100% packet loss)
  12.  
  13. If I use Macintosh, who are connectet to the same server, using MacTCP, 
  14. and Ping from there or direct on the terminal, all is OK.
  15.  
  16. (I use Wnqvt/net for Winsock as terminal on the PC, and it's work fine)
  17.  
  18. any help on connection timeout?......
  19.  
  20.  
  21. Thanks
  22.  
  23. .......................................................................
  24.  
  25. Item Subject: WINMAIL.DAT
  26. Could not convert UNKNOWN FILE-TYPE (1734) item to text.
  27. Will attempt to 'shar' item as file '000924p' at end of msg.
  28.  
  29.  
  30. # This is a shell archive.  Remove anything before this line,
  31. # then unpack it by saving it in a file and typing "sh file".
  32. #
  33. # Wrapped by HP OpenMail System <openmail@korpa> on Thu Feb 17 16:22:39 1994
  34. #
  35. # This archive contains:
  36. #    000924p    
  37. #
  38. # Error checking via wc(1) will be performed.
  39.  
  40. LANG=""; export LANG
  41. PATH=/bin:/usr/bin:$PATH; export PATH
  42.  
  43.  
  44. rm -f /tmp/uud$$
  45. (echo "begin 666 /tmp/uud$$\n#;VL*n#6%@x\n \nend" | uudecode) >/dev/null 2>&1
  46. if [ X"`cat /tmp/uud$$ 2>&1`" = Xok ]
  47. then
  48.     unpacker=uudecode
  49. else
  50.     echo Compiling unpacker for non-ascii files
  51.     pwd=`pwd`; cd /tmp
  52.     cat >unpack$$.c <<'EOF'
  53. #include <stdio.h>
  54. #define C (*p++ - ' ' & 077)
  55. main()
  56. {
  57.     int n;
  58.     char buf[128], *p, a,b;
  59.  
  60.     scanf("begin %o ", &n);
  61.     gets(buf);
  62.  
  63.     if (freopen(buf, "w", stdout) == NULL) {
  64.         perror(buf);
  65.         exit(1);
  66.     }
  67.  
  68.     while (gets(p=buf) && (n=C)) {
  69.         while (n>0) {
  70.             a = C;
  71.             if (n-- > 0) putchar(a << 2 | (b=C) >> 4);
  72.             if (n-- > 0) putchar(b << 4 | (a=C) >> 2);
  73.             if (n-- > 0) putchar(a << 6 | C);
  74.         }
  75.     }
  76.     exit(0);
  77. }
  78. EOF
  79.     cc -o unpack$$ unpack$$.c
  80.     rm unpack$$.c
  81.     cd $pwd
  82.     unpacker=/tmp/unpack$$
  83. fi
  84. rm -f /tmp/uud$$
  85.  
  86. echo x - 000924p '[non-ascii]'
  87. $unpacker <<'@eof'
  88. begin 660 000924p
  89. M>)\^(@   0N  0 B    ,FIT:#=I*# S-BEL9' H82ES;V,R+G!O<"YP<W4NX
  90. &961U -H*                                                    X
  91.                                                              X
  92. end
  93. @eof
  94. set `wc -lwc <000924p`
  95. if test $1$2$3 != 1151
  96. then
  97.     echo ERROR: wc results of 000924p are $* should be 1 1 51
  98. fi
  99.  
  100. chmod 660 000924p
  101.  
  102. rm -f /tmp/unpack$$
  103. exit 0
  104. From news@bigblue.oit.unc.edu Thu Feb 17 05:52:31 1994
  105. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  106.           id AA28000; Thu, 17 Feb 1994 11:26:56 -0500
  107. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  108.           id AA10961; Thu, 17 Feb 1994 11:00:16 -0500
  109. Received: from GATEWAY by bigblue with netnews
  110.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  111. To: winsock@sunsite.unc.edu
  112. Date: 17 Feb 1994 10:52:31 -0500
  113. From: gub@asylum.sf.ca.us (Glen Daniels)
  114. Message-Id: <2k03rv$qg9@asylum.sf.ca.us>
  115. Organization: ELF Communications
  116. Sender: ses
  117. References: <bmm2012.65.000BC5AA@tamsun.tamu.edu>
  118. Subject: Re: Where is WinTalk
  119.  
  120. bmm2012@tamsun.tamu.edu (Brian McDaniel) writes:
  121. >I am looking for wintalk, which I assume is a sockets based talk progam. I've 
  122. >heard several people mention it, but not a location from which I can ftp it. 
  123. >Also it doesn't seem to be at cica, sunsite, gatekeeper, etc.
  124. >
  125. >Brian McDaniel
  126. >bmm2012@tamsun.tamu.edu
  127. >"I'm not a cyberpunk, but I play one on the 'Net"
  128.  
  129.     WinTalk version 1.0 is up for anonymous FTP at elf.com, in the
  130. directory /pub/wintalk.  Version 1.1, with several new features and
  131. some bug fixes, should be out sometime soon, and once it is, I'll put
  132. it up on the standard archive sites.
  133.  
  134. -- 
  135.         --Gub (Glen Daniels, ELF Communications)
  136.     "Gotta go inside, back where it started;
  137.        Back to the beginning, 'cause that's where my heart is."
  138. From news@bigblue.oit.unc.edu Thu Feb 17 03:37:17 1994
  139. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  140.           id AA28012; Thu, 17 Feb 1994 11:26:58 -0500
  141. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  142.           id AA15978; Thu, 17 Feb 1994 11:18:38 -0500
  143. Received: from GATEWAY by bigblue with netnews
  144.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  145. To: winsock@sunsite.unc.edu
  146. Date: Thu, 17 Feb 1994 09:37:17 CST
  147. From: gee@regentdb.osrhe.edu
  148. Message-Id: <gee.4.00331B4E@regentdb.osrhe.edu>
  149. Organization: The University of Oklahoma (USA)
  150. Sender: ses
  151. References: <1994Feb17.041606.4948@news.uakron.edu>
  152. Subject: Re: Running packet driver software with Banyan Vines
  153.  
  154. In article <1994Feb17.041606.4948@news.uakron.edu> r1ckf@dax.cc.uakron.edu (Constance K Fawcett) writes:
  155. >From: r1ckf@dax.cc.uakron.edu (Constance K Fawcett)
  156. >Subject: Running packet driver software with Banyan Vines
  157. >Date: Thu, 17 Feb 1994 04:16:06 GMT
  158.  
  159. >Hi.  I'm having a problem getting packet driver software to run with
  160. >Banyan Vines.  We have the FTP software PC/TCP TCP/IP implementation, 
  161. >with the ibanyan kernel (and only the ibanyan kernel) available, and
  162. >that works, and winsock apps work, but  I would like to try using
  163. >some packet driver apps.  So far, I've tried using a raw packet driver,
  164. >without loading any Banyan drivers, and that doesn't work.  I've tried
  165. >using the banpkt shim over the top of the Banyan drivers, and that
  166. >doesn't work.  I've tried using a packet driver with the Cabletron
  167. >Banyan driver, and while Banyan works, the packet driver software won't
  168. >As I type this, I have the same Cabletron/packet driver combination
  169. >running, only I added pktmux to see if that would help.  Again, no luck.
  170. >I'm sure I have the router, name server, net mask, etc. set up right,
  171. >because I'm using the same values for those as for the PC/TCP software,
  172. >which I know works.  It seems like the only way that the Vines servers
  173. >will route is if the  IP packets are tunneled through Vines packets.
  174. >The servers seem to reject straight IP packets.  BTW, I've been using PC
  175. >Gopher II and the Trumpet DOS news reader as test software.
  176.  
  177. >If anyone has had better luck getting packet driver software to work
  178. >with Banyan Vines, please let me know.  I've run out of things to try,
  179. >except for NDIS drivers, which I'd rather not mess with, but if other
  180. >people have had to turn to NDIS drivers to get packet driver software to
  181. >work with Vines, then let me know, since I may have to try that anyway.
  182.  
  183. >Please post responses or send me e-mail.  Thank you for your help.
  184. >-- 
  185. >Connie Fawcett
  186. >r1ckf@dax.cc.uakron.edu BITNET: r1ckf@DAX (preferred)
  187. >am749@cleveland.freenet.edu (use if DAX is down)
  188. >r1ckf@vm1.cc.uakron.edu BITNET: r1ckf@AKRONVM (alternative if DAX is down)
  189.  
  190. Connie,
  191.  
  192.     I am far from a world's champion Networker, so take the following with a 
  193. grain of salt. If I have misunderstood your question, blame it on my 
  194. inexperience.  Nevertheless, I am going to take a chance that what i will tell 
  195. you might help. I hope that it does.
  196.  
  197.     I, too am on a network that runs Banyan Vines, and FTP's TCP/IP 
  198. software.  My connection is via  a dialup telephone line and a modem. I run 
  199. Windows Internet apps under FTP's winsock.dll, ver 1.1 (FTP's latest).  I have 
  200. succeeded in setting up and running Window's Trumpet newsreader, Gopher for 
  201. Windows, Mosaic for Windows, IRC for Windows, and Eudora, a mail utility 
  202. that has been ported to Windows from the MAC environment. I have had little 
  203. success with DOS apps, so, frankly, I haven't tried very hard to tame them.  
  204. Windows seems able, in ways beyond my ken, to transparently handle packet 
  205. switching chores using just the Windows apps themselves. and FTP's winsock.dll.
  206.  
  207.     One word of warning to you, and anybody else who might be interested in 
  208. running Windows apps for the Internet:  IF YOU ARE RUNNING FTP'S TCP/IP 
  209. SOFTWARE, AND WANT TO RUN WINDOWS VERSIONS OF INTERNET APPS, YOU MUST USE 
  210. FTP'S VERSION OF WINSOCK.DLL. NEITHER TRUMPET WINSOCK NOR ANY OF THE OTHER 
  211. VARIETIES OF WINSOCK ARE COMPATABLE WITH FTP'S TCP/IP SOFTWARE.
  212.  
  213. Regards,
  214.  
  215. Grey W. Satterfield
  216. gee@regentdb.osrhe.edu
  217. From beckley@qualcomm.com Thu Feb 17 00:22:11 1994
  218. Received: from harvey.qualcomm.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  219.           id AA28082; Thu, 17 Feb 1994 11:27:15 -0500
  220. Received: from  (sddc-annex.qualcomm.com [129.46.54.5]) by harvey.qualcomm.com
  221.     (8.6.5/QC-BSD-2.2) via SMTP; id IAA09007 
  222.     Thu, 17 Feb 1994 08:25:28 -0800
  223. Message-Id: <199402171625.IAA09007@harvey.qualcomm.com>
  224. X-Sender: beckley@harvey
  225. Mime-Version: 1.0
  226. Content-Type: text/plain; charset="us-ascii"
  227. Date: Thu, 17 Feb 1994 08:22:11 -0800
  228. To: eivindh@met.sintef.no,
  229.         Multiple recipients of list <winsock@sunsite.unc.edu>
  230. From: beckley@qualcomm.com (Jeff Beckley)
  231. Subject: Re: PC Eudora - Nicknames/Recipients
  232. X-Mailer: <PC Eudora Version 2.0.1b11>
  233.  
  234. At 10:09 AM 2/17/94 -0500, eivindh@met.sintef.no wrote:
  235. >Strange behaviour of PC Eudora concerning Nicknames and Recipients.?
  236. >
  237. >There is a nice way of putting names on a list:
  238. >Highlight the mail item with the desired name, 
  239. >choose Special Make Nickname...,
  240. >enter the name you wish to call it, e.g Test
  241. >and check the Put it on the recipient list, click OK.
  242. >Choose Message New Message To, the name Test is on the list.
  243. >That's fine!
  244. >
  245. >Then quit PC Eudora, and restart it.
  246. >If you now Choose Message New Message To, the name Test is not on the list!
  247. >So, choose Window Nicknames, and there it is.
  248. >Double click on Test in the Nickname list, and close the window.
  249. >Choose Message New Message To, the name Test is now back on the list.
  250. >And what's even better: it stays there the next time PC Eudora is started.
  251. >
  252. >Well, it worked out in the end, but this is hardly intentional, is it?
  253.  
  254. Bug.  It's fixed in 2.0.1, which will be released this week.
  255.  
  256. --------------------------------------------------------------
  257. Jeff Beckley  beckley@qualcomm.com
  258.  
  259.